home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mac Mania 4
/
MacMania 4.toast
/
/
Tools&Utilities
/
Extended Calculator 2.01
/
Calculator programs
/
Random draw II
< prev
next >
Wrap
Text File
|
1996-02-22
|
336b
|
14 lines
x:=0;
while(x<.999);
x:=rnd;
if (x<.1);
POval(random(1,100),random(1,100),random(1,100),random(1,100));
end;
if(x<.8);
PRect(random(1,600),random(1,300),random(1,600),random(1,300));
end;
if (x>.8);
PPat(random(1,5);
Color(random(1,100),random(1,100),random(1,100));
end;
end;